From 9e4615efe8563723280ec18e847782addae27cf0 Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Thu, 24 Aug 2017 17:29:23 +0200 Subject: [PATCH] Cargo uses --verbose not VERBOSE --- debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 673ebdd6e..c94f8e84e 100755 --- a/debian/rules +++ b/debian/rules @@ -15,11 +15,9 @@ RUSTFLAGS += $(foreach flag,$(LDFLAGS),-C link-arg=$(flag)) export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS RUSTFLAGS CARGO = RUST_BACKTRACE=1 cargo -CARGOFLAGS = --release --target=$(DEB_HOST_RUST_TYPE) +CARGOFLAGS = --release --target=$(DEB_HOST_RUST_TYPE) --verbose # Cargo looks for config in and writes cache to $CARGO_HOME/ export CARGO_HOME = $(CURDIR)/debian/cargohome -# Ask cargo to be verbose when building -export VERBOSE = 1 %: dh $@ --with bash-completion -- 2.30.2